home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Classicos
/
FrogIT.swf
/
scripts
/
DefineButton2_409
/
BUTTONCONDACTION on(keyPress Down).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2006-06-13
|
288 b
|
13 lines
on(keyPress "<Down>"){
setProperty("/frosch", _Y, getProperty("/frosch", _Y) + "17");
x_value = getProperty("/frosch", _X);
y_value = getProperty("/frosch", _Y);
tellTarget("/frosch")
{
gotoAndStop("back");
play();
}
nextFrame();
play();
}